Remove accidental double declaration of xen_vm_destroy.
authorEwan Mellor <ewan@xensource.com>
Fri, 8 Dec 2006 11:06:28 +0000 (11:06 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 8 Dec 2006 11:06:28 +0000 (11:06 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_vm.h

index c2fc5e42b98af82c3d72dbf75b18d33de458e639..714ade6b1612bac29639d4fd6b12ec2387fc7638 100644 (file)
@@ -832,12 +832,4 @@ extern bool
 xen_vm_get_all(xen_session *session, struct xen_vm_set **result);
 
 
-/**
- * Destroy the specified VM.  The VM is completely removed from the system.
- * This function can only be called when the VM is in the Halted State.
- */
-extern bool
-xen_vm_destroy(xen_session *session, xen_vm vm);
-
-
 #endif